I would like to automatically download some files (not a HTML page really) from any http web specifying its URL. E.g.:
http://www.acme.com/files/file50.zip
http://www.acme.com/files/file51.zip
...
The file may arive either into a predefined file directory or into some predefined notes document in the .NSF database or somewhere similar - the local destination does not matter too much. I am also fine with both the Domino server or Notes client usage.
So far I located only notesUIWorkspace.URLOpen method but this does seem to display the page, not to save it somewhere.
Thx. for tips.